LocationEngineProxy

Constructors

Link copied to clipboard
open fun LocationEngineProxy(locationEngineImpl: LocationEngineImpl<T>)

Functions

Link copied to clipboard
Returns the most recent location currently available.
Link copied to clipboard
open fun removeLocationUpdates(pendingIntent: PendingIntent)
Removes location updates for the given pending intent.
Removes location updates for the given location engine callback.
Link copied to clipboard
Requests location updates with callback on the specified PendingIntent.
Requests location updates with a callback on the specified Looper thread.